<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.container, .container *{margin:0; padding:0;}



.container{width:980px; height:309px; overflow:hidden;position:relative;}



.slider{position:absolute;}

.slider li{ list-style:none;display:inline;}

.slider img{ width:980px; height:309px; display:block;}



.slider2{width:2000px;}

.slider2 li{float:left;}



.num{ position:absolute; right:5px; bottom:5px;}

.num li{

	float: left;

	color: #555;

	text-align: center;

	line-height: 18px;

	width: 18px;

	height: 18px;

	font-family: Arial;

	font-size: 12px;

	cursor: pointer;

	overflow: hidden;

	margin: 2px 2px;

	background-color: #E7E7E7;

}

.num li.on{

	color: #fff;

	line-height: 18px;

	width: 18px;

	height: 18px;

	font-size: 12px;

	margin: 2px 2px;

	background-color: #FE8D19;

	font-weight: bold;

}

/* CSS Document */



</pre></body></html>